home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 226-250 / disk_237 / contents < prev    next >
Text File  |  1992-05-06  |  2KB  |  43 lines

  1. This is disk 237 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. CLIPrint    An example of printing to the CLI from assembly code.
  6.         Includes source (of course).
  7.         Author:  Jeff Glatt
  8.  
  9. CType        Another text file reader, but this one is small, reasonably 
  10.         fast, and includes bi-directional scrolling, search, go to
  11.         a given percentage, and printing capabilities.  Version 1.0,
  12.         includes source in assembly.
  13.         Author:  
  14.  
  15. DPlot        A simple display program for experimental data, with the
  16.         goals of supporting paging through lots of data and 
  17.         providing comfortable scaling and presentation.  Version
  18.         1.0, source available from author.
  19.         Author:  A. A. Walma
  20.  
  21. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  22.         derived from the EA IFF code, along with various
  23.         enhancements.  Includes examples of using the library
  24.         from C code, assembly code, or BASIC, along with source
  25.         for examples and interface code.
  26.         Author:  Jeff Glatt
  27.  
  28. ParOut        Shows how to allocate and communicate directly with the
  29.         parallel port hardware from an assembly language program.
  30.         Includes source.
  31.         Author:  Jeff Glatt (original C code by Phillip Lindsay)
  32.  
  33. Speed        A performance benchmark useful for comparing Amiga
  34.         processing speeds.  Performs 10000 iterations of some
  35.         selected groups of 68000 instructions while using the
  36.         DateStamp time function to record how many ticks it takes
  37.         to complete.  This timed duration is then compared against
  38.         two known prestored times, one for a stock A2000 Amiga and
  39.         one for an A2620 enhanced A2000.   A relative comparison
  40.         is calculated and displayed.  Version 1.0, includes source
  41.         in assembly language.
  42.         Author:  Jez San
  43.